3.24.24 \(\int \frac {\sqrt {3+5 x}}{\sqrt {1-2 x} (2+3 x)} \, dx\)

Optimal. Leaf size=62 \[ \frac {1}{3} \sqrt {10} \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {5 x+3}\right )+\frac {2 \tan ^{-1}\left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {5 x+3}}\right )}{3 \sqrt {7}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 62, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.192, Rules used = {105, 54, 216, 93, 204} \begin {gather*} \frac {1}{3} \sqrt {10} \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {5 x+3}\right )+\frac {2 \tan ^{-1}\left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {5 x+3}}\right )}{3 \sqrt {7}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[3 + 5*x]/(Sqrt[1 - 2*x]*(2 + 3*x)),x]

[Out]

(Sqrt[10]*ArcSin[Sqrt[2/11]*Sqrt[3 + 5*x]])/3 + (2*ArcTan[Sqrt[1 - 2*x]/(Sqrt[7]*Sqrt[3 + 5*x])])/(3*Sqrt[7])

Rule 54

Int[1/(Sqrt[(a_.) + (b_.)*(x_)]*Sqrt[(c_.) + (d_.)*(x_)]), x_Symbol] :> Dist[2/Sqrt[b], Subst[Int[1/Sqrt[b*c -
 a*d + d*x^2], x], x, Sqrt[a + b*x]], x] /; FreeQ[{a, b, c, d}, x] && GtQ[b*c - a*d, 0] && GtQ[b, 0]

Rule 93

Int[(((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_))/((e_.) + (f_.)*(x_)), x_Symbol] :> With[{q = Denomin
ator[m]}, Dist[q, Subst[Int[x^(q*(m + 1) - 1)/(b*e - a*f - (d*e - c*f)*x^q), x], x, (a + b*x)^(1/q)/(c + d*x)^
(1/q)], x]] /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[m + n + 1, 0] && RationalQ[n] && LtQ[-1, m, 0] && SimplerQ[
a + b*x, c + d*x]

Rule 105

Int[(((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_))/((e_.) + (f_.)*(x_)), x_Symbol] :> Dist[b/f, Int[(a
+ b*x)^(m - 1)*(c + d*x)^n, x], x] - Dist[(b*e - a*f)/f, Int[((a + b*x)^(m - 1)*(c + d*x)^n)/(e + f*x), x], x]
 /; FreeQ[{a, b, c, d, e, f, m, n}, x] && IGtQ[Simplify[m + n + 1], 0] && (GtQ[m, 0] || ( !RationalQ[m] && (Su
mSimplerQ[m, -1] ||  !SumSimplerQ[n, -1])))

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 216

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSin[(Rt[-b, 2]*x)/Sqrt[a]]/Rt[-b, 2], x] /; FreeQ[{a, b}
, x] && GtQ[a, 0] && NegQ[b]

Rubi steps

\begin {align*} \int \frac {\sqrt {3+5 x}}{\sqrt {1-2 x} (2+3 x)} \, dx &=-\left (\frac {1}{3} \int \frac {1}{\sqrt {1-2 x} (2+3 x) \sqrt {3+5 x}} \, dx\right )+\frac {5}{3} \int \frac {1}{\sqrt {1-2 x} \sqrt {3+5 x}} \, dx\\ &=-\left (\frac {2}{3} \operatorname {Subst}\left (\int \frac {1}{-7-x^2} \, dx,x,\frac {\sqrt {1-2 x}}{\sqrt {3+5 x}}\right )\right )+\frac {1}{3} \left (2 \sqrt {5}\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {11-2 x^2}} \, dx,x,\sqrt {3+5 x}\right )\\ &=\frac {1}{3} \sqrt {10} \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {3+5 x}\right )+\frac {2 \tan ^{-1}\left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {3+5 x}}\right )}{3 \sqrt {7}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 75, normalized size = 1.21 \begin {gather*} \frac {2 \tan ^{-1}\left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {5 x+3}}\right )}{3 \sqrt {7}}-\frac {\sqrt {10-20 x} \sinh ^{-1}\left (\sqrt {\frac {5}{11}} \sqrt {2 x-1}\right )}{3 \sqrt {2 x-1}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[3 + 5*x]/(Sqrt[1 - 2*x]*(2 + 3*x)),x]

[Out]

-1/3*(Sqrt[10 - 20*x]*ArcSinh[Sqrt[5/11]*Sqrt[-1 + 2*x]])/Sqrt[-1 + 2*x] + (2*ArcTan[Sqrt[1 - 2*x]/(Sqrt[7]*Sq
rt[3 + 5*x])])/(3*Sqrt[7])

________________________________________________________________________________________

IntegrateAlgebraic [B]  time = 1.23, size = 163, normalized size = 2.63 \begin {gather*} -\frac {2}{3} \sqrt {10} \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {5 x+3}}{\sqrt {11}-\sqrt {11-2 (5 x+3)}}\right )+\frac {2 \tan ^{-1}\left (\frac {\sqrt {\frac {2}{34+\sqrt {1155}}} \sqrt {5 x+3}}{\sqrt {11}-\sqrt {11-2 (5 x+3)}}\right )}{3 \sqrt {7}}+\frac {2 \tan ^{-1}\left (\frac {\sqrt {68+2 \sqrt {1155}} \sqrt {5 x+3}}{\sqrt {11}-\sqrt {11-2 (5 x+3)}}\right )}{3 \sqrt {7}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[Sqrt[3 + 5*x]/(Sqrt[1 - 2*x]*(2 + 3*x)),x]

[Out]

(-2*Sqrt[10]*ArcTan[(Sqrt[2]*Sqrt[3 + 5*x])/(Sqrt[11] - Sqrt[11 - 2*(3 + 5*x)])])/3 + (2*ArcTan[(Sqrt[2/(34 +
Sqrt[1155])]*Sqrt[3 + 5*x])/(Sqrt[11] - Sqrt[11 - 2*(3 + 5*x)])])/(3*Sqrt[7]) + (2*ArcTan[(Sqrt[68 + 2*Sqrt[11
55]]*Sqrt[3 + 5*x])/(Sqrt[11] - Sqrt[11 - 2*(3 + 5*x)])])/(3*Sqrt[7])

________________________________________________________________________________________

fricas [A]  time = 1.12, size = 81, normalized size = 1.31 \begin {gather*} \frac {1}{21} \, \sqrt {7} \arctan \left (\frac {\sqrt {7} {\left (37 \, x + 20\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{14 \, {\left (10 \, x^{2} + x - 3\right )}}\right ) - \frac {1}{6} \, \sqrt {10} \arctan \left (\frac {\sqrt {10} {\left (20 \, x + 1\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{20 \, {\left (10 \, x^{2} + x - 3\right )}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(2+3*x)/(1-2*x)^(1/2),x, algorithm="fricas")

[Out]

1/21*sqrt(7)*arctan(1/14*sqrt(7)*(37*x + 20)*sqrt(5*x + 3)*sqrt(-2*x + 1)/(10*x^2 + x - 3)) - 1/6*sqrt(10)*arc
tan(1/20*sqrt(10)*(20*x + 1)*sqrt(5*x + 3)*sqrt(-2*x + 1)/(10*x^2 + x - 3))

________________________________________________________________________________________

giac [B]  time = 1.57, size = 141, normalized size = 2.27 \begin {gather*} -\frac {1}{210} \, \sqrt {70} \sqrt {10} {\left (\pi + 2 \, \arctan \left (-\frac {\sqrt {70} \sqrt {5 \, x + 3} {\left (\frac {{\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}^{2}}{5 \, x + 3} - 4\right )}}{140 \, {\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}}\right )\right )} + \frac {1}{6} \, \sqrt {10} {\left (\pi + 2 \, \arctan \left (-\frac {\sqrt {5 \, x + 3} {\left (\frac {{\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}^{2}}{5 \, x + 3} - 4\right )}}{4 \, {\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}}\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(2+3*x)/(1-2*x)^(1/2),x, algorithm="giac")

[Out]

-1/210*sqrt(70)*sqrt(10)*(pi + 2*arctan(-1/140*sqrt(70)*sqrt(5*x + 3)*((sqrt(2)*sqrt(-10*x + 5) - sqrt(22))^2/
(5*x + 3) - 4)/(sqrt(2)*sqrt(-10*x + 5) - sqrt(22)))) + 1/6*sqrt(10)*(pi + 2*arctan(-1/4*sqrt(5*x + 3)*((sqrt(
2)*sqrt(-10*x + 5) - sqrt(22))^2/(5*x + 3) - 4)/(sqrt(2)*sqrt(-10*x + 5) - sqrt(22))))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 69, normalized size = 1.11 \begin {gather*} \frac {\sqrt {5 x +3}\, \sqrt {-2 x +1}\, \left (7 \sqrt {10}\, \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right )-2 \sqrt {7}\, \arctan \left (\frac {\left (37 x +20\right ) \sqrt {7}}{14 \sqrt {-10 x^{2}-x +3}}\right )\right )}{42 \sqrt {-10 x^{2}-x +3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x+3)^(1/2)/(3*x+2)/(-2*x+1)^(1/2),x)

[Out]

1/42*(5*x+3)^(1/2)*(-2*x+1)^(1/2)*(7*10^(1/2)*arcsin(20/11*x+1/11)-2*7^(1/2)*arctan(1/14*(37*x+20)*7^(1/2)/(-1
0*x^2-x+3)^(1/2)))/(-10*x^2-x+3)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 1.20, size = 40, normalized size = 0.65 \begin {gather*} \frac {1}{6} \, \sqrt {10} \arcsin \left (\frac {20}{11} \, x + \frac {1}{11}\right ) - \frac {1}{21} \, \sqrt {7} \arcsin \left (\frac {37 \, x}{11 \, {\left | 3 \, x + 2 \right |}} + \frac {20}{11 \, {\left | 3 \, x + 2 \right |}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(2+3*x)/(1-2*x)^(1/2),x, algorithm="maxima")

[Out]

1/6*sqrt(10)*arcsin(20/11*x + 1/11) - 1/21*sqrt(7)*arcsin(37/11*x/abs(3*x + 2) + 20/11/abs(3*x + 2))

________________________________________________________________________________________

mupad [B]  time = 3.86, size = 138, normalized size = 2.23 \begin {gather*} -\frac {2\,\sqrt {7}\,\mathrm {atan}\left (\frac {5580\,\sqrt {21}\,x+2699\,\sqrt {21}-5489\,\sqrt {35\,x+21}+649\,\sqrt {21-42\,x}+2141\,\sqrt {7}\,\sqrt {1-2\,x}\,\sqrt {5\,x+3}}{7400\,x-5489\,\sqrt {1-2\,x}-4543\,\sqrt {15\,x+9}+3063\,\sqrt {3}\,\sqrt {1-2\,x}\,\sqrt {5\,x+3}+9929}\right )}{21}-\frac {2\,\sqrt {10}\,\mathrm {atan}\left (\frac {\sqrt {10}-\sqrt {10-20\,x}}{2\,\sqrt {3}-2\,\sqrt {5\,x+3}}\right )}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x + 3)^(1/2)/((1 - 2*x)^(1/2)*(3*x + 2)),x)

[Out]

- (2*7^(1/2)*atan((5580*21^(1/2)*x + 2699*21^(1/2) - 5489*(35*x + 21)^(1/2) + 649*(21 - 42*x)^(1/2) + 2141*7^(
1/2)*(1 - 2*x)^(1/2)*(5*x + 3)^(1/2))/(7400*x - 5489*(1 - 2*x)^(1/2) - 4543*(15*x + 9)^(1/2) + 3063*3^(1/2)*(1
 - 2*x)^(1/2)*(5*x + 3)^(1/2) + 9929)))/21 - (2*10^(1/2)*atan((10^(1/2) - (10 - 20*x)^(1/2))/(2*3^(1/2) - 2*(5
*x + 3)^(1/2))))/3

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {5 x + 3}}{\sqrt {1 - 2 x} \left (3 x + 2\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)**(1/2)/(2+3*x)/(1-2*x)**(1/2),x)

[Out]

Integral(sqrt(5*x + 3)/(sqrt(1 - 2*x)*(3*x + 2)), x)

________________________________________________________________________________________